-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove hardcoded list of resource types from cli. #8286
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8286 +/- ##
==========================================
- Coverage 59.94% 59.87% -0.08%
==========================================
Files 596 596
Lines 40432 40463 +31
==========================================
- Hits 24238 24228 -10
- Misses 14367 14412 +45
+ Partials 1827 1823 -4 ☔ View full report in Codecov by Sentry. |
4ec7b77
to
3c5e6e0
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
303cf36
to
d18246c
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
916e4eb
to
370c181
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
Since we now register resource provider manifests at startup and are in process of enabling UDT end to end, we should not use static resource type lists.
This PR removes static resource type lists in cli code.
Type of change
Part of #6688
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: